body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
th,
td,
img {
    margin: 0;
    padding: 0;
}

img {
    border: 0
}
i{ font-style:normal}
ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
}

input {
    outline: none;
    border: none;
}

html {
    _overflow-y: scroll;
}


/*****！！页面通用css样式定义开始******/

html,
body {
    min-width: 1000px;
    font-family: "Microsoft YaHei";
    _width: expression(document.body.clientWidth < 1000 ? "1000px": "auto");
}


/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */

body {
    font-family: "微软雅黑";
    /*文字字体定义 */
    font-size: 14px;
    /*文字大小定义 */
    color: #666666;
    /*文字颜色定义 */
    min-width: 1000px;
    outline: none;
}

* {
    word-break: break-all;
    word-wrap: break-word
}


/* 网站超链接css通用设置 */

a {
    text-decoration: none;
}


/* 链接无下划线,有为underline */

a:link {
    color: #2c2c2c;
}


/* 未访问的链接 */

a:visited {
    color: #2c2c2c;
}


/* 已访问的链接 */

a:hover {
    color: #2c2c2c;
    text-decoration: none;
}


/* 鼠标在链接上 */

a:active {
    color: #2c2c2c;
}

a {
    transition: all 0.3s linear 0s;
}


/* 点击激活链接 */

p {
    line-height: 24px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none
}

.show {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}


/*.clear{clear:both; line-height:0; height:0; font-size:0px;}*/

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*清除浮动*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}


/*清除浮动*/

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.red {
    color: red
}


/*表格样式定义 */

checkbox {
    border: 0px;
}


/*选择框样式定义 */

.input {
    border: 1px solid #ccc;
    height: 20px;
    line-height: 20px
}

ul,
li {
    list-style: none
}


/*public*/

.size1 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.backcolor {
    background: #095db0;
}

.color {
    color: #095db0;
}


/*index banner*/

.banner {
    width: 100%;
    position: relative;
    z-index: 0;
}

.banner .flexslider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    min-width: 1000px;
}

.banner .slides {
    position: relative;
    z-index: 1;
}

.banner .slides li {
    height: 100%;
}

.banner .slides li img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.banner .flex-direction-nav,
.banner .flex-control-nav {
    display: none
}


/*footer*/

.footer {
    width: 100%;
    min-height: 260px;
    background: #095db0;
    overflow: hidden;
}

.footer .footer_nav {
    width: 100%;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border: 1px solid #146BD1;
}

.footer .footer_nav li {
    display: inline-block;
    width: 168px;
    vertical-align: top;
    background: url(../images/f1.png) no-repeat left center;
}

.footer .footer_nav li a {
    font-size: 16px;
    color: white;
}

.footer .footer_nav li.first {
    background: 0;
}

.footer .footer_box {
    margin-top: 34px;
    color:#d6ebff;
}

.footer .footer_box .chat {
    width: 220px;
    text-align: center;
    color: #d6ebff;
    line-height: 45px;
    min-height: 100px;
    background: url(../images/f2.png) no-repeat right top;
    font-size: 38px;
    font-weight: bold;
    padding-top: 30px;
}

.footer .footer_box .cocate div {
    margin-left: 50px;
    margin-top: 5px;
}

.footer .footer_box .cocate div p {
    font-size: 14px; line-height:28px
}

.footer .footer_box .right {
    width: 560px;
    margin-top: 13px;
}
.footer .footer_box .right a{ margin-right:15px; color:#d6ebff}
.footer .footer_box .right .footer_bottom {
    margin-top: 15px;
}

.footer .footer_box .right .footer_bottom strong {
    display: inline-block;
    margin-right: 27px;
    font-weight: 500;
}

.footer .footer_box .right .footer_bottom strong a {
    color:#d6ebff;
}

.returnTop {
    position: absolute;
    top: 10px;
    right: -50px;
}

/*toparea*/
.topraea{ width:100%; height:40px; margin:0 auto; background:#f4f4f4}
.topraea ul{ width:1200px; height:40px; margin:0 auto}
.topraea ul li{ float:left; line-height:40px; color:#666666; font-size:14px;}
.topraea ul li a{line-height:40px; color:#666666; font-size:14px;}

.heading{ width:1200px; height:120px; margin:0 auto; }
.heading .logo{
    height: 120px;
    /*background: url(../images/logo.png) 0 center no-repeat;
    padding-left: 122px;*/
    display: block;
    float: left;
    font-size: 20px;
    color: #333333;
    line-height: 25px;
	}
.heading .logo p{
    font-size: 34px;
    color: #095db0;
    font-weight: bold;
    line-height: 45px;
    padding-top: 23px;
	}

.heading .tel{
	display: block;
    float: right;
    height: 120px;
    background: url(../images/tel.jpg) 0 center no-repeat;
    padding-left: 50px;
	}
.heading .tel p{
	font-size: 17px;
    color: #666666;
    line-height: 20px;
    padding-top: 34px;
	}
.heading .tel span{
	font-size: 30px;
    color: #095db0;
    font-family: Impact;
    font-weight: 100;
    line-height: 36px;
	}
.navbg{
	width: 100%;
    height: 60px;
    margin: 0 auto;
    position: relative;
    z-index: 999; background:#095db0
	}
.navbg ul{ width:1200px; height:auto; margin:0 auto;}
.navbg ul li{float:left;position:relative;}
/*.navbg ul li.navline{ width:1px; height:59px; background:url(../images/nav_line.jpg) center center no-repeat}
.navbg ul li:nth-child(20){ background:none}*/

.navbg ul li a{
	padding-left: 53px;
    padding-right: 54px;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    display: block;
	}
.navbg ul li a:hover{ color:#ffffff; line-height:60px; font-size:16px; background:#46af33}
.navbg ul li:hover{color:#ffffff; line-height:60px; font-size:16px; background:#46af33}
.navbg ul li:hover a{ color:#ffffff}

.navbg ul li dl{position:absolute; left:0px; top:60px; z-index:99999;display:none; width:100%;}
.navbg ul li:hover dl{ position:absolute; left:0px; top:60px; z-index:99999;display:block;}

.navbg ul li dl dt a{
	padding-left:0;
	padding-right:0;
	width:100%;
	height:42px;
	line-height:42px !important;
	color:#ffffff !important;
	font-size: 15px !important;
	font-weight:100;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	display:block;
	text-align:center;
	background:#46af33; border-bottom:1px solid #89ef76}
.navbg ul li dl dt a:hover{
	background:#095db0;color:#fff !important;line-height:42px !important; font-size:15px !important; font-weight:100;}
.navbg .nav_on{color:#ffffff; height:60px; display:block; line-height:60px; font-size:16px; background:#46af33}
.navbg.nav01 {position: fixed;top: 0;left: 0;width: 100%;min-width: 1200px; z-index:999; margin:0;}

@keyframes hover {
    0% {
        background-position-y: 78px;
    }
    100% {
        background-position-y: 68px;
    }
}

.subbanner{ width:100%; height:400px; margin:0 auto; background: url(../images/subbanner.jpg) center top no-repeat #cfcfcf}